inverted file - tradução para Inglês
Diclib.com
Dicionário ChatGPT
Digite uma palavra ou frase em qualquer idioma 👆
Idioma:

Tradução e análise de palavras por inteligência artificial ChatGPT

Nesta página você pode obter uma análise detalhada de uma palavra ou frase, produzida usando a melhor tecnologia de inteligência artificial até o momento:

  • como a palavra é usada
  • frequência de uso
  • é usado com mais frequência na fala oral ou escrita
  • opções de tradução de palavras
  • exemplos de uso (várias frases com tradução)
  • etimologia

inverted file - tradução para Inglês

TYPE OF DATABASE INDEX
Full inverted index; Inverted file; Inverted files; Inverted file index; Inverted list; Inverse index; Postings file

inverted file         

общая лексика

инвертированный файл

в СУБД - файл, содержащий ключ записи и указатель на неё. Каждый ключ уникальным образом идентифицирует запись, а указатель показывает программе физическое размещение записи в БД (Syn inverted list, inverted index). Файл инвертирован в том смысле, что ключи отсортированы по порядку, а записи в БД, связанные с этим файлом указателями, могут располагаться произвольно, в порядке их создания

Смотрите также

DBMS; primary key; record

inverted file         
инвертированный файл, файл с инверсной организацией
inverted index         

общая лексика

инвертированный индекс

Смотрите также

inverted file

Definição

ФАЙЛОВАЯ СИСТЕМА
часть операционной системы ЭВМ, ведающая использованием записей данных файлов.

Wikipédia

Inverted index

In computer science, an inverted index (also referred to as a postings list, postings file, or inverted file) is a database index storing a mapping from content, such as words or numbers, to its locations in a table, or in a document or a set of documents (named in contrast to a forward index, which maps from documents to content). The purpose of an inverted index is to allow fast full-text searches, at a cost of increased processing when a document is added to the database. The inverted file may be the database file itself, rather than its index. It is the most popular data structure used in document retrieval systems, used on a large scale for example in search engines. Additionally, several significant general-purpose mainframe-based database management systems have used inverted list architectures, including ADABAS, DATACOM/DB, and Model 204.

There are two main variants of inverted indexes: A record-level inverted index (or inverted file index or just inverted file) contains a list of references to documents for each word. A word-level inverted index (or full inverted index or inverted list) additionally contains the positions of each word within a document. The latter form offers more functionality (like phrase searches), but needs more processing power and space to be created.

Como se diz inverted file em Russo? Tradução de &#39inverted file&#39 em Russo